home *** CD-ROM | disk | FTP | other *** search
/ DigitalVision: Cats & Dogs / DigitalVision: Cats & Dogs - Disc 1.iso / pc / s_saver / dv_onlin.exe / dv_onlin.dcr / Internal_29_quit.ls < prev    next >
Encoding:
Text File  |  2000-07-28  |  109 b   |  12 lines

  1. on mouseEnter me
  2.   thecursor(#roll)
  3. end
  4.  
  5. on mouseLeave me
  6.   thecursor(#norm)
  7. end
  8.  
  9. on mouseUp me
  10.   quit()
  11. end
  12.